Run cargo off the main thread.
authorAlex Crichton <alex@alexcrichton.com>
Sat, 16 Aug 2014 22:00:38 +0000 (15:00 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 16 Aug 2014 23:16:32 +0000 (16:16 -0700)
commite090e2ad78ad4f59842bacd3d06320ab17030e00
treeefddbcc2e76a1a9fa8e895ec6fd3ca6c4714d2ca
parentea3d601fe1d7d5b98bd6dc3262f7dc6a137847d1
Run cargo off the main thread.

On windows the main thread suffers the same fate as rustdoc (as linked in the
comments), and hence needs to run off the main thread for now.
src/cargo/lib.rs
src/cargo/sources/git/utils.rs
tests/test_cargo_compile_git_deps.rs